From a835b3afc10a07b7a63d81480bcf47babd0328ad Mon Sep 17 00:00:00 2001 From: Ray Wang Date: Fri, 25 Jul 2025 23:13:26 +0800 Subject: [PATCH] hev-socks5-server: update to 2.9.0 Upstream changelog: https://github.com/heiher/hev-socks5-server/releases/tag/2.9.0 Signed-off-by: Ray Wang --- net/hev-socks5-server/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/hev-socks5-server/Makefile b/net/hev-socks5-server/Makefile index 6485b4695c..511d53b55f 100644 --- a/net/hev-socks5-server/Makefile +++ b/net/hev-socks5-server/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hev-socks5-server -PKG_VERSION:=2.8.0 +PKG_VERSION:=2.9.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/heiher/hev-socks5-server/releases/download/$(PKG_VERSION) -PKG_HASH:=3be87e76ae8c187636225ecc0ffc44c9e74313894a6af0dd2753ffd27debbce7 +PKG_HASH:=21cd97afd3ec6d52e580fa92c1cc8c4cf8f58669da8182c3a072ba434d717dce -PKG_MAINTAINER:=Ray Wang +PKG_MAINTAINER:=Ray Wang PKG_LICENSE:=MIT PKG_LICENSE_FILES:=License -- 2.30.2